home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-06-26 | 839 b | 33 lines | [TEXT/GEOL] |
- Item 4409169 26-May-89 18:05
-
- From: D1032 Softview, Ron Breger, PRT
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: compile options under MacApp
-
- TO: MacApp Tech Support
-
- Re: MacApp 2.0b5
-
- When I compile with the pascal option -mbg full, my application is unable to
- find objects like TWindow. The inspector window will not show the name either.
- What's the trick?
-
- Another observation. I was using GetMenu erroneously as follows:
-
- menuh := GetMenu (menuNumber);
-
- This worked just fine on an SE with a radius accelerator, but bombed horribly
- on the Mac II. I should have been using:
-
- menuh := GetMHandle (menuNumber);
-
- An unfortunate error, and totally mine. But why would it work on the SE and
- not on the II???
-
- Leslie R. Lee
- SoftView, Inc.
-
-
-